Added EOF to shell.rs
authorSebastian Thiel <byronimo@gmail.com>
Sun, 21 Jun 2015 12:13:07 +0000 (14:13 +0200)
committerSebastian Thiel <byronimo@gmail.com>
Sun, 21 Jun 2015 12:13:07 +0000 (14:13 +0200)
src/cargo/core/shell.rs

index 03425717580852e96fbc47dbc1c189af7e7d5caa..e6e3f49b2deec5a997a203732e4d24c26b48f984 100644 (file)
@@ -180,4 +180,4 @@ impl Write for Shell {
             NoColor(ref mut n) => n.flush()
         }
     }
-}
\ No newline at end of file
+}